@charset "UTF-8";
.clear::after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
}

.clear-float::after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
}

html body {
    font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu;
}

.header,
.footer {
    width: 100%;
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
    background-color: #fff;
}

.header {
    height: 90px;
    background-color: rgba(62, 62, 62, 0.63);
	position: fixed;
	top:0;
	right: 0;
	left: 0;
	z-index: 99;
}

.header .content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    font-size: 16px;
    color: #fff;
}

.header .content .logo {
    vertical-align: middle;
    margin-right: 85px;
}

.header .content .nav-wrap {
    height: 100%;
    display: inline-block;
    line-height: 90px;
}

.header .content .nav-wrap a {
    display: inline-block;
    height: 100%;
    color: #fff;
    margin-right: 40px;
    position: relative;
}

.header .content .nav-wrap a::after {
    content: "";
    width: 120%;
    height: 3px;
    background-color: #FFE39F;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.header .content .nav-wrap a:hover {
    color: #FFE39F;
}

.header .content .nav-wrap a:hover::after {
    display: block;
}

.header .content .icon-wrap {
    display: inline-block;
    position: relative;
	z-index: 9;
}

.header .content .icon-wrap:hover .search-box-wrap {
    transform: scale(1);
	opacity: 1;
}

.header .content .icon-wrap .icon {
    vertical-align: middle;
    cursor: pointer;
	
}

.header .content .icon-wrap .search-box-wrap {
    width: 285px;
    height: 50px;
    line-height: 50px;
    padding: 0 19px 0 25px;
    box-sizing: border-box;
    background-color: #eed18c;
    position: absolute;
    top: 56px;
    right: 0px;
    z-index: -1;
    font-size: 16px;
    color: #393429;
	transform: scale(0);
	opacity: 0;
    transition: opacity 0.5s ease-in;
}
/* .header .content .icon-wrap .search-box-wrap:hover {
	transform: scale(1);
	opacity: 1;
} */
.header .content .icon-wrap .search-box-wrap::after {
	content: '';
    width: 100%;
    height: 60px;
    position: absolute;
    left: 0;
    bottom: 50px;
    background: transparent;
}
.header .content .icon-wrap .search-box-wrap .search-input {
    width: 115px;
    height: 80%;
    border: 0;
    font-size: 16px;
    background-color: transparent;
    color: #393429;
}

.header .content .icon-wrap .search-box-wrap .search-input::placeholder {
    color: #a48d55;
}

.header .content .icon-wrap .search-box-wrap .search-input::-moz-placeholder {
    color: #a48d55;
}

.header .content .icon-wrap .search-box-wrap .search-input:-ms-input-placeholder {
    color: #a48d55;
}

.header .content .icon-wrap .search-box-wrap .search-btn {
    cursor: pointer;
    float: right;
}

.header .content .icon-wrap .search-box-wrap .search-btn::before {
    content: "";
    width: 1px;
    height: 27px;
    background-color: #393429;
    position: absolute;
    top: 50%;
    right: 74px;
    transform: translateY(-50%);
}

.container {
    width: 100%;
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
    background-color: #fff;
    /* 新闻  */
}

.container .content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

.container .banner-wrap {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.container .banner-wrap .banner-swiper-container {
    width: 100%;
    height: 100%;
}

.container .banner-wrap .banner-swiper-container .swiper-slide {
    position: relative;
}

.container .banner-wrap .banner-swiper-container .swiper-slide .banner {
    width: 100%;
    height: 100%;
}

.container .section-1 .content {
    padding: 90px 0;
}

.container .section-1 .content .title-wrap {
    text-align: center;
}

.container .section-1 .content .title-wrap .zh {
    margin-top: 20px;
}

.container .section-1 .content .title-wrap .zh span {
    font-size: 30px;
    color: #3A3A3A;
    position: relative;
}

.container .section-1 .content .title-wrap .zh span::before,
.container .section-1 .content .title-wrap .zh span::after {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #3A3A3A;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.container .section-1 .content .title-wrap .zh span::before {
    left: -26px;
}

.container .section-1 .content .title-wrap .zh span::after {
    right: -26px;
}

.container .section-1 .content .tabs-wrap {
    height: 64px;
    line-height: 64px;
    font-size: 18px;
    color: #797979;
    border-top: 1px solid #D5D5D5;
    border-bottom: 1px solid #D5D5D5;
    box-sizing: border-box;
    margin: 35px 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.container .section-1 .content .tabs-wrap a {
    color: #797979;
}

.container .section-1 .content .tabs-wrap a:hover {
    color: #BD9C4D;
}

.container .section-1 .content .tabs-wrap .active-tab {
    color: #BD9C4D;
}

.container .section-1 .content .swiper-wrap {
    width: 100%;
    display: inline-block;
    position: relative;
}

.container .section-1 .content .swiper-wrap .case-swiper-container {
    width: 100%;
    padding-bottom: 60px;
}

.container .section-1 .content .swiper-wrap .case-swiper-container .swiper-slide .block {
    margin-top: -13px;
}

.container .section-1 .content .swiper-wrap .case-swiper-container .swiper-slide .block::after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
}

.container .section-1 .content .swiper-wrap .case-swiper-container .swiper-slide .block .img {
    float: left;
    width: 288px;
    height: 211px;
    margin: 0 14px 0 0;
}

.container .section-1 .content .swiper-wrap .case-swiper-container .swiper-slide .block .img:nth-child(1) {
    width: 596px;
    height: 435px;
    margin-right: 14px;
}

.container .section-1 .content .swiper-wrap .case-swiper-container .swiper-slide .block .img:nth-child(3) {
    margin-right: 0;
}

.container .section-1 .content .swiper-wrap .case-swiper-container .swiper-slide .block .img:nth-child(4) {
    margin-top: 13px;
}

.container .section-1 .content .swiper-wrap .case-swiper-container .swiper-slide .block .img:nth-child(5) {
    margin-top: 13px;
    margin-right: 0;
}

.container .section-1 .content .swiper-wrap .case-swiper-container .swiper-pagination-bullets {
    bottom: 0px;
}

.container .section-1 .content .swiper-wrap .case-swiper-container .swiper-pagination-bullet-active {
    background-color: #D9C189 !important;
    opacity: 1;
}

.container .section-1 .content .swiper-wrap .case-swiper-container .swiper-pagination-bullet {
    width: 98px;
    height: 10px;
    background-color: #D9D9D9;
    border-radius: 0;
    opacity: 1;
}

.container .about-us-wrap {
    width: 100%;
    height: 650px;
    box-sizing: border-box;
    background: url(../images/bg_1.png) center bottom no-repeat;
}

.container .about-us-wrap .content {
    padding: 86px 0 0 0;
}

.container .about-us-wrap .content .left-wrap {
    width: 670px;
    box-sizing: border-box;
    display: inline-block;
    margin-right: 155px;
}

.container .about-us-wrap .content .left-wrap .title-wrap .en {
    font-size: 62px;
    color: #C5AB6E;
}

.container .about-us-wrap .content .left-wrap .title-wrap .zh {
    font-size: 24px;
    font-weight: bold;
    color: #3A3A3A;
    margin-top: 25px;
}

.container .about-us-wrap .content .left-wrap .company-name {
    font-size: 20px;
    color: #2B2B2B;
    line-height: 30px;
    margin-top: 70px;
}

.container .about-us-wrap .content .left-wrap .intro {
    font-size: 16px;
    color: #949494;
    line-height: 30px;
    margin-top: 10px;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.container .about-us-wrap .content .left-wrap .btns-wrap {
    margin-top: 50px;
}

.container .about-us-wrap .content .left-wrap .btns-wrap a {
    display: inline-block;
    width: 295px;
    height: 95px;
    background-color: #FFFFFF;
    text-align: center;
    padding: 20px 0;
    box-sizing: border-box;
}

.container .about-us-wrap .content .left-wrap .btns-wrap a .icon {
    margin-right: 30px;
}

.container .about-us-wrap .content .left-wrap .btns-wrap a .text {
    display: inline-block;
}

.container .about-us-wrap .content .left-wrap .btns-wrap a .text .text-1 {
    font-size: 22px;
    color: #313132;
}

.container .about-us-wrap .content .left-wrap .btns-wrap a .text .text-2 {
    font-size: 16px;
    color: #949494;
    margin-top: 2px;
}

.container .about-us-wrap .content .left-wrap .btns-wrap a:nth-child(2) {
    background-color: #C5AB6E;
    margin-left: 40px;
}

.container .about-us-wrap .content .left-wrap .btns-wrap a:nth-child(2) .text .text-1 {
    color: #fff;
}

.container .about-us-wrap .content .left-wrap .btns-wrap a:nth-child(2) .text .text-2 {
    color: rgba(255, 255, 255, 0.54);
}

.container .about-us-wrap .content .right-wrap {
    display: inline-block;
    position: relative;
}

.container .about-us-wrap .content .right-wrap::before {
    content: "+";
    width: 58px;
    height: 58px;
    font-size: 38px;
    color: #FFFFFF;
    line-height: 53px;
    text-align: center;
    background-color: #C5AB6E;
    position: absolute;
    top: 0;
    left: -58px;
}

.container .about-us-wrap .content .right-wrap::after {
    content: "";
    width: 370px;
    height: 444px;
    background-color: rgba(211, 210, 215, 0);
    border: 1px solid #B4B4B4;
    position: absolute;
    top: -35px;
    right: -35px;
    z-index: 0;
}

.container .about-us-wrap .content .right-wrap .img {
    width: 370px;
    height: 442px;
    position: relative;
    z-index: 9;
}

.container .news-wrap .content {
    padding: 90px 0 105px;
}

.container .news-wrap .content .title-wrap {
    padding-bottom: 28px;
    border-bottom: 1px solid #DFDFDF;
    position: relative;
}

.container .news-wrap .content .title-wrap::before {
    content: "";
    width: 110px;
    height: 6px;
    background-color: #D9C189;
    position: absolute;
    bottom: -3px;
    left: 0;
}

.container .news-wrap .content .title-wrap .tabs-wrap {
    float: left;
}

.container .news-wrap .content .title-wrap .tabs-wrap a {
    font-size: 24px;
    color: #333333;
    margin-right: 80px;
}

.container .news-wrap .content .title-wrap .tabs-wrap .tab-active {
    font-size: 28px;
    font-weight: bold;
}

.container .news-wrap .content .title-wrap .more-btn {
    float: right;
    width: 107px;
    height: 32px;
    color: #fff;
    background-color: #C5AB6E;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
    text-transform: uppercase;
}

.container .news-wrap .content .cont-wrap {
    padding-top: 45px;
}

.container .news-wrap .content .cont-wrap .news-img-banner-wrap {
    width: 563px;
    height: 389px;
    display: inline-block;
    position: relative;
    font-size: 0;
}

.container .news-wrap .content .cont-wrap .news-img-banner-wrap .news-img-swiper-container {
    width: 100%;
}

.container .news-wrap .content .cont-wrap .news-img-banner-wrap .news-img-swiper-container .swiper-slide {
    width: 100%;
    height: 100%;
}

.container .news-wrap .content .cont-wrap .news-img-banner-wrap .news-img-swiper-container .swiper-slide .img {
    width: 100%;
    height: 100%;
    display: block;
}

.container .news-wrap .content .cont-wrap .news-img-banner-wrap .news-img-swiper-container .swiper-pagination-bullets {
    bottom: 0px;
    width: 563px;
    height: 50px;
    background-color: rgba(5, 5, 5, 0.6);
    box-sizing: border-box;
    padding-right: 20px;
    text-align: right;
    line-height: 50px;
}

.container .news-wrap .content .cont-wrap .news-img-banner-wrap .news-img-swiper-container .swiper-pagination-bullet-active {
    background-color: #EED18C !important;
    opacity: 1;
}

.container .news-wrap .content .cont-wrap .news-img-banner-wrap .news-img-swiper-container .swiper-pagination-bullet {
    width: 34px;
    height: 3px;
    background-color: #fff;
    border-radius: 2px;
    opacity: 1;
}

.container .news-wrap .content .cont-wrap .news-list {
    width: 613px;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    margin-left: 18px;
}

.container .news-wrap .content .cont-wrap .news-list .top-news {
    display: inline-block;
    width: 613px;
    height: 130px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(181, 181, 181, 0.4);
    margin-bottom: 8px;
}

.container .news-wrap .content .cont-wrap .news-list .top-news .time-wrap {
    float: left;
    width: 109px;
    height: 100%;
    background-color: #C5AB6E;
    color: #FFFFFF;
    text-align: center;
    box-sizing: border-box;
    padding-top: 20px;
}

.container .news-wrap .content .cont-wrap .news-list .top-news .time-wrap .day {
    display: inline-block;
    font-size: 48px;
    font-family: Arial;
    border-bottom: 1px solid #fff;
}

.container .news-wrap .content .cont-wrap .news-list .top-news .time-wrap .month {
    font-size: 16px;
    font-family: Arial;
    margin-top: 10px;
}

.container .news-wrap .content .cont-wrap .news-list .top-news .text-wrap {
    width: 504px;
    height: 100%;
    box-sizing: border-box;
    float: left;
    padding: 25px 29px 0 27px;
}

.container .news-wrap .content .cont-wrap .news-list .top-news .text-wrap .title {
    font-size: 18px;
    font-weight: bold;
    color: #B89D5C;
    line-height: 36px;
    padding-left: 32px;
    position: relative;
}

.container .news-wrap .content .cont-wrap .news-list .top-news .text-wrap .title::before,
.container .news-wrap .content .cont-wrap .news-list .top-news .text-wrap .title::after {
    content: "";
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.container .news-wrap .content .cont-wrap .news-list .top-news .text-wrap .title::before {
    width: 14px;
    height: 14px;
    background-color: #B89D5C;
    opacity: 0.4;
}

.container .news-wrap .content .cont-wrap .news-list .top-news .text-wrap .title::after {
    width: 9px;
    height: 9px;
    left: 2.5px;
    background-color: #B89D5C;
}

.container .news-wrap .content .cont-wrap .news-list .top-news .text-wrap .text {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.container .news-wrap .content .cont-wrap .news-list .news {
    display: block;
    padding: 25px 20px 21px 50px;
    border-bottom: 1px solid #DEDEDE;
}

.container .news-wrap .content .cont-wrap .news-list .news::after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
}

.container .news-wrap .content .cont-wrap .news-list .news .title {
    font-size: 16px;
    color: #505050;
    float: left;
}

.container .news-wrap .content .cont-wrap .news-list .news .time {
    font-size: 16px;
    color: #505050;
    float: right;
}


/* 底部 */

.footer {
    background-color: #303538;
}

.footer .content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    padding: 55px 0 60px;
    font-size: 16px;
    color: #E0B490;
}

.footer .content a {
    color: #E0B490;
}

.footer .content .logo {
    vertical-align: middle;
    margin-right: 140px;
}

.footer .content .middle-wrap {
    width: 360px;
    display: inline-block;
    padding-right: 32px;
    position: relative;
    vertical-align: middle;
    line-height: 30px;
}

.footer .content .middle-wrap::after {
    content: "";
    width: 1px;
    height: 84px;
    background-color: #5B5145;
    opacity: 0.53;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.footer .content .middle-wrap .call {
    /* margin-left: 30px; */
}

.footer .content .right-wrap {
    display: inline-block;
    vertical-align: middle;
    margin-left: 75px;
}

.footer .content .right-wrap .text-wrap {
    display: inline-block;
    vertical-align: top;
    margin: 43px 25px 0 0;
}

.footer .content .right-wrap .text-wrap .en {
    font-size: 18px;
    font-family: Arial;
    color: #E0B490;
    opacity: 0.21;
    text-transform: uppercase;
}

.footer .content .right-wrap .text-wrap .zh {
    font-size: 14px;
    color: #E0B490;
    margin-top: 5px;
}

.footer .content .qrcode {
    width: 110px;
    height: 110px;
}